Water

Undocumented in source.

Constructors

this
this(MainGameObject root, string model, float surface)
Undocumented in source.

Members

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dup_vertices
float[3][][] dup_vertices;
max_x
float max_x;
max_y
float max_y;
Undocumented in source.
min_x
float min_x;
min_y
float min_y;
Undocumented in source.
model
string model;
Undocumented in source.
surface
float surface;
Undocumented in source.

Inherited Members

From StaticGameObject

x
float x;
y
float y;
z
float z;
Undocumented in source.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta